home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / Pearl Lisp / Pearl Lisp Disk 2 / Dialog Designer / dialog-designer.text < prev   
Text File  |  1988-04-11  |  1KB  |  27 lines

  1. To install Dialog Designer, load the file dialog-designer.fasl
  2. This will add the item Dialog Designer to the bottom of the Tools
  3. menu. Choose this item to begin using the Dialog Designer.
  4.  
  5. The Dialog Designer is very easy to use.  A control panel has buttons for
  6. creating new dialog-windows, setting the window's title, adding items,
  7. and printing source-code for the designed dialog.
  8.  
  9. Holding down the command key allows movement, resizing, and editing
  10. of dialog-items, and allows movement and resizing of the dialog window.
  11.  
  12. With the command key pressed:
  13.         Clicking in a dialog-item and dragging will move the
  14.         dialog-item.  If the click is in the lower right corner
  15.         of the item, the item will resize rather than move.
  16.         Double-clicking an item allows editing of the item's
  17.         attributes (item-type, text, action, etc).
  18.  
  19.       Clicking in the window but not in an item, followed
  20.       by dragging,  will move the entire window.  If the click
  21.       is in the lower right corner of the window, the window
  22.       will resize rather than move.
  23.  
  24. For dialogs with complex, interconnected actions, it is
  25. recommended that you use Dialog Designer for creating
  26. and positioning the items, then print the source and
  27. edit each item's action.